home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Codemasters Artwork Disc ECTS 2000 ( UK)
/
Codemasters - Artwork Disc ECTS 2000 (UK).bin
/
pc
/
main.dxr
/
00049_octagon set game.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-01-01
|
305 b
|
13 lines
on mouseUp me
global gTitle
i = the currentSpriteNum
i = i + 1
gTitle = member(sprite(i).member).name
if the machineType <> 256 then
castLib(3).fileName = the moviePath & "data:" & gTitle & "c"
else
castLib(3).fileName = the moviePath & "data/" & gTitle & "c"
end if
go("prL")
end